Feature: Create Post
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
3
|
|
||||
| Total duration: | |||||
| 1m 14.459s |
Scenario: As an administrator I create and publish a post
Given
I log in as administrator
0m 5.172s
When
I click on element having css selector "a[href="#/posts/"]"
0m 2.352s
And
I click on element having css selector "a[href="#/editor/post/"]"
0m 2.232s
And
I enter "" into input field having css selector "div.gh-koenig-editor-pane > textarea"
0m 2.080s
And
I enter "" into input field having css selector "div.gh-koenig-editor-pane div[contenteditable=true]"
0m 2.111s
And
I click on element having css selector "div.gh-publishmenu"
0m 2.107s
And
I click on element having css selector "button.gh-publishmenu-button"
0m 2.079s
And
I click on element having css selector "header a[href^="#/posts/"]"
0m 2.277s
And
I click on element having css selector "div.gh-contentfilter-type"
0m 2.078s
And
I click on element having css selector "ul > li[data-option-index="2"]"
0m 2.112s
Then
I should see text "(Untitled)"
0m 0.012s
Screenshots
Given I log in as administrator
When I click on element having css selector "a[href="#/posts/"]"
And I click on element having css selector "a[href="#/editor/post/"]"
And I enter "" into input field having css selector "div.gh-koenig-editor-pane > textarea"
And I enter "" into input field having css selector "div.gh-koenig-editor-pane div[contenteditable=true]"
And I click on element having css selector "div.gh-publishmenu"
And I click on element having css selector "button.gh-publishmenu-button"
And I click on element having css selector "header a[href^="#/posts/"]"
And I click on element having css selector "div.gh-contentfilter-type"
And I click on element having css selector "ul > li[data-option-index="2"]"
Then I should see text "(Untitled)"
Scenario: As an administrator I create and publish a post
Given
I log in as administrator
0m 5.214s
When
I click on element having css selector "a[href="#/posts/"]"
0m 2.364s
And
I click on element having css selector "a[href="#/editor/post/"]"
0m 2.243s
And
I enter "Test Post Kraken (No Content)" into input field having css selector "div.gh-koenig-editor-pane > textarea"
0m 2.211s
And
I enter "" into input field having css selector "div.gh-koenig-editor-pane div[contenteditable=true]"
0m 2.123s
And
I click on element having css selector "div.gh-publishmenu"
0m 2.091s
And
I click on element having css selector "button.gh-publishmenu-button"
0m 2.068s
And
I click on element having css selector "header a[href^="#/posts/"]"
0m 2.266s
And
I click on element having css selector "div.gh-contentfilter-type"
0m 2.090s
And
I click on element having css selector "ul > li[data-option-index="2"]"
0m 2.089s
Then
I should see text "Test Post Kraken (No Content)"
0m 0.013s
Screenshots
Given I log in as administrator
When I click on element having css selector "a[href="#/posts/"]"
And I click on element having css selector "a[href="#/editor/post/"]"
And I enter "Test Post Kraken (No Content)" into input field having css selector "div.gh-koenig-editor-pane > textarea"
And I enter "" into input field having css selector "div.gh-koenig-editor-pane div[contenteditable=true]"
And I click on element having css selector "div.gh-publishmenu"
And I click on element having css selector "button.gh-publishmenu-button"
And I click on element having css selector "header a[href^="#/posts/"]"
And I click on element having css selector "div.gh-contentfilter-type"
And I click on element having css selector "ul > li[data-option-index="2"]"
Then I should see text "Test Post Kraken (No Content)"
Scenario: As an administrator I create and publish a post
Given
I log in as administrator
0m 5.250s
When
I click on element having css selector "a[href="#/posts/"]"
0m 2.411s
And
I click on element having css selector "a[href="#/editor/post/"]"
0m 2.290s
And
I enter "Test Post Kraken" into input field having css selector "div.gh-koenig-editor-pane > textarea"
0m 2.144s
And
I enter "Hello World Kraken" into input field having css selector "div.gh-koenig-editor-pane div[contenteditable=true]"
0m 2.275s
And
I click on element having css selector "div.gh-publishmenu"
0m 2.136s
And
I click on element having css selector "button.gh-publishmenu-button"
0m 2.090s
And
I click on element having css selector "header a[href^="#/posts/"]"
0m 2.277s
And
I click on element having css selector "div.gh-contentfilter-type"
0m 2.089s
And
I click on element having css selector "ul > li[data-option-index="2"]"
0m 2.112s
Then
I should see text postTitle
0m 0.000s
Screenshots
Given I log in as administrator
When I click on element having css selector "a[href="#/posts/"]"
And I click on element having css selector "a[href="#/editor/post/"]"
And I enter "Test Post Kraken" into input field having css selector "div.gh-koenig-editor-pane > textarea"
And I enter "Hello World Kraken" into input field having css selector "div.gh-koenig-editor-pane div[contenteditable=true]"
And I click on element having css selector "div.gh-publishmenu"
And I click on element having css selector "button.gh-publishmenu-button"
And I click on element having css selector "header a[href^="#/posts/"]"
And I click on element having css selector "div.gh-contentfilter-type"
And I click on element having css selector "ul > li[data-option-index="2"]"
Then I should see text postTitle
NO IMAGE AVAILABLE